home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8352 / 8352.xpi / install.rdf < prev    next >
Extensible Markup Language  |  2009-05-24  |  1KB  |  34 lines

  1. <?xml version="1.0"?>
  2. <!--
  3.   Copyright (C) 2008 by Steve Krulewitz <skrulx@gmail.com>
  4.   Licensed under GPLv2 or later, see file LICENSE in the xpi for details.
  5. -->
  6. <RDF
  7.   xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  8.   xmlns:em="http://www.mozilla.org/2004/em-rdf#"
  9. >
  10.   <Description about="urn:mozilla:install-manifest">
  11.     <em:id>greasefire@skrul.com</em:id>
  12.     <em:version>1.0.4</em:version>
  13.  
  14.     <em:targetApplication>
  15.       <!-- Firefox -->
  16.       <Description>
  17.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  18.         <em:minVersion>3.0</em:minVersion>
  19.         <em:maxVersion>3.1b3pre</em:maxVersion>
  20.       </Description>
  21.     </em:targetApplication>
  22.  
  23.     <em:name>Greasefire</em:name>
  24.     <em:creator>Steve Krulewitz</em:creator>
  25.     <em:homepageURL>http://skrul.com/blog/projects/greasefire</em:homepageURL>
  26.     <em:description>Automatically find Greasemonkey scripts on Userscripts.org</em:description>
  27.     <em:optionsURL>chrome://greasefire/content/prefs.xul</em:optionsURL>
  28.     <em:iconURL>chrome://greasefire/content/icon_medium.png</em:iconURL>
  29.  
  30.     <em:contributor>Flame images from Foxkeh's Blog (http://www.foxkeh.com)</em:contributor>
  31.  
  32.   </Description>
  33. </RDF>
  34.